net.netFD.sotype (field)
10 uses
net (current package)
fd_posix.go#L22: sotype int
fd_unix.go#L34: sotype: sotype,
fd_unix.go#L180: if netfd, err = newFD(d, fd.family, fd.sotype, fd.net); err != nil {
sock_posix.go#L95: switch fd.sotype {
sock_posix.go#L104: switch fd.sotype {
unixsock_posix.go#L107: addr = &UnixAddr{Name: sa.Name, Net: sotypeToNet(c.fd.sotype)}
unixsock_posix.go#L123: addr = &UnixAddr{Name: sa.Name, Net: sotypeToNet(c.fd.sotype)}
unixsock_posix.go#L136: if addr.Net != sotypeToNet(c.fd.sotype) {
unixsock_posix.go#L144: if c.fd.sotype == syscall.SOCK_DGRAM && c.fd.isConnected {
unixsock_posix.go#L149: if addr.Net != sotypeToNet(c.fd.sotype) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |